| C1.C1Report.4 Assembly > C1.C1Preview Namespace > UserCellGroup Class > UserCellGroup Constructor : UserCellGroup Constructor(Object[]) |
The list of rectangular areas or individual cell coordnates to include in the group, each item in the list may be either a System.Drawing.Rectangle or a System.Drawing.Point structure.
If the item is a System.Drawing.Rectangle, it identifies an area to include as follows:'Declaration Public Function New( _ ByVal ParamArray areas() As System.Object _ )
public UserCellGroup( params System.object[] areas )
The list of rectangular areas or individual cell coordnates to include in the group, each item in the list may be either a System.Drawing.Rectangle or a System.Drawing.Point structure.
If the item is a System.Drawing.Rectangle, it identifies an area to include as follows: